home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1995 / MacHack 1995.toast / Presentations / Presentations ’88 / Feldt's Object Stuff / SSG include / SSGproto.h < prev    next >
Text File  |  1987-03-07  |  1KB  |  28 lines

  1. /*                          Small Systems Guild                                */
  2.  
  3. /*                   copyright © 1987 Small Systems Guild                         */
  4. /*                       Lightspeed C compiler 2.01                            */
  5.  
  6. /*                       private library source file                            */
  7.  
  8. /*    DAS    02/10/87    Created this file, added SetShell()                    0.1    */
  9. /*    DAF    02/11/87    Added CountWindows(), DoDlog(), ZoomRect(),            0.1    */
  10. /*                    GlobalCellRect(),                                         */
  11. /*    DAF    03/05/87    Added app launch list support routines, structs        0.4    */
  12.  
  13. extern    ListHandle    InitLaunchList(WindowPtr,int,Rect*);
  14. extern    Boolean        GetLaunchApps(ListHandle);
  15. extern    Boolean        SFGetApp(SFReply*);
  16. extern    Boolean        AddSFLaunchApp(ListHandle,SFReply*);
  17. extern    Boolean        DelSFLaunchApp(ListHandle);
  18. extern    Boolean        DoLaunchWindow(EventStuff*);
  19.  
  20. extern     WindowPtr     InsertWindow(WindowRecord *,WindowPtr,Rect *,char *,int,
  21.                                 Boolean,Boolean,Boolean,Boolean,Boolean);
  22.  
  23. extern    int            CountWindows(void);
  24. extern    void         GlobalCellRect(WindowPtr,ListHandle,Point,Rect *);
  25. extern    void         ZoomRect(WindowPtr,Rect *,Boolean);
  26. extern    int         DoDlog(int,int);
  27. extern     Boolean        SetShell(char *);
  28.